From 44755869f74b3d2e92962eedaaf568fb630f4eb2 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 28 Nov 2006 14:24:20 +0000 Subject: [PATCH] Bump xend_config_format to 3, to indicate that the lifecycle patches are available. Better version mechanisms will be forthcoming! Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendNode.py b/tools/python/xen/xend/XendNode.py index b6eafa3331..8850a71ce3 100644 --- a/tools/python/xen/xend/XendNode.py +++ b/tools/python/xen/xend/XendNode.py @@ -196,7 +196,7 @@ class XendNode: return [[k, info[k]] for k in ITEM_ORDER] def xendinfo(self): - return [['xend_config_format', 2]] + return [['xend_config_format', 3]] # dictionary version of *info() functions to get rid of # SXPisms. -- 2.30.2